Conversation
replace by fallback on train_dataloader but keep it in AbstractHybridProblem to allow returning an automatic train_dataloader and add get_hybridproblem_HVIApproximation
to allow separating parameter and scale outputs of ML model
need to change ϕqc.logσ2_ζM_offsets from nested vector plain vector and reconstruction of inserting zeros Interesting session with chatbot to implement performant insert_zeros.
to allow efficient indexing with a vector to insert zeros.
to allow efficient indexing with a vector to insert zeros.
to avoid repeated computation
with ML-predicted uncertainty scaling factor
need to provide priors_M, penalties, and logdetjac (entropy) components per site. This required refactoring of StackedArray Bijectors and Stacked, which cannot sum lotdetjac any more. New function with_logabsdet_jacobians (note the s) It assume that the logjac output of a bijector has the same size as the y output.
to extrace from prameters given the specific HVIApproximation
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
so that can compute/check penalties without providing observations.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.